home *** CD-ROM | disk | FTP | other *** search
- -- background: 8643 from stack: in.5
- -- bmap block id: 3341
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=15 top=98 right=338 bottom=501
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2001
- -- rect: left=87 top=54 right=85 bottom=124
- -- title width / last selected line: 0
- -- icon id / first selected line: 300 / 300
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Index
- ----- HyperTalk script -----
- on mouseUp
- go cd 1
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=11 top=54 right=85 bottom=45
- -- title width / last selected line: 0
- -- icon id / first selected line: 22369 / 22369
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: About
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=284 top=60 right=84 bottom=317
- -- title width / last selected line: 0
- -- icon id / first selected line: 1731 / 1731
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 15 (button)
- -- low flags: 80
- -- high flags: 2001
- -- rect: left=284 top=60 right=84 bottom=317
- -- title width / last selected line: 0
- -- icon id / first selected line: 1730 / 1730
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual wipe left
- go next card
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 80
- -- high flags: 2001
- -- rect: left=246 top=60 right=84 bottom=279
- -- title width / last selected line: 0
- -- icon id / first selected line: 1729 / 1729
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Previous
- ----- HyperTalk script -----
- on mouseUp
- visual wipe right
- go prev card
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=246 top=60 right=84 bottom=279
- -- title width / last selected line: 0
- -- icon id / first selected line: 1728 / 1728
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 2001
- -- rect: left=194 top=60 right=84 bottom=227
- -- title width / last selected line: 0
- -- icon id / first selected line: 1727 / 1727
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- -- pop a card, but only if the destination is within this stack
- pop cd into destinationCd
- visual dissolve
- if destinationCd contains the long name of this stack then
- go destinationCd
- else
- go cd 1
- end if
- end mouseUp
-
-
-